home *** CD-ROM | disk | FTP | other *** search
-
-
-
- CCCCLLLLAAAACCCCGGGGVVVV((((3333FFFF)))) CCCCLLLLAAAACCCCGGGGVVVV((((3333FFFF))))
-
-
-
- NNNNAAAAMMMMEEEE
- CLACGV - conjugate a complex vector of length N
-
- SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
- SUBROUTINE CLACGV( N, X, INCX )
-
- INTEGER INCX, N
-
- COMPLEX X( * )
-
- PPPPUUUURRRRPPPPOOOOSSSSEEEE
- CLACGV conjugates a complex vector of length N.
-
-
- AAAARRRRGGGGUUUUMMMMEEEENNNNTTTTSSSS
- N (input) INTEGER
- The length of the vector X. N >= 0.
-
- X (input/output) COMPLEX array, dimension
- (1+(N-1)*abs(INCX)) On entry, the vector of length N to be
- conjugated. On exit, X is overwritten with conjg(X).
-
- INCX (input) INTEGER
- The spacing between successive elements of X.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- PPPPaaaaggggeeee 1111
-
-
-
-